<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.box-container-fluid {
  width: 100%;
  margin: 0 auto;
}
.page-nav-box {
  display: none;
}
.page-nav-box .breadcrumb {
  display: none;
}
.page-nav-box .nav-list {
  position: relative;
  width: 100%;
}
.page-nav-box .nav-list .introduct-caption {
  display: block;
  background: #0b589b;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
.page-nav-box .nav-list .introduct-caption:after {
  display: inline-block;
  content: '&gt;';
  font-size: 22px;
  font-family: å®‹ä½“;
  color: #fff;
  position: absolute;
  right: 20px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.page-nav-box .nav-list .introduct-caption.extend:after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.page-nav-box .nav-list .introduct-caption + .nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  background: #f7f7f7;
  z-index: 50;
}
.page-nav-box .nav-list .introduct-caption.extend + .nav {
  display: block;
}
.page-nav-box .nav-list .nav {
  display: none;
  padding: 20px 0;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.page-nav-box .nav-list .nav a {
  display: block;
  font-size: 16px;
  min-width: inherit;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding: 0 15px;
  background: none;
}
.page-nav-box .nav-list .nav a.on,
.page-nav-box .nav-list .nav a:hover {
  background: none;
  color: #0b589b;
}
.page-box {
  padding: 112px 0 140px;
}
.technical-wrapper {
  background: #f5f5f5;
}
.technical-wrapper .prodtitle {
  margin-bottom: 36px;
}
.technical-wrapper .list li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 60px;
  margin-bottom: 20px;
  background: #fff;
}
.technical-wrapper .list li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.technical-wrapper .list li:nth-child(even) .pic {
  order: 1;
}
.technical-wrapper .list li:nth-child(even) .info {
  order: 0;
  padding-right: 64px;
}
.technical-wrapper .list li:nth-child(odd) .info {
  padding-left: 64px;
}
.technical-wrapper .list li:last-child {
  margin-bottom: 0;
}
.technical-wrapper .list li .pic {
  width: 736px;
  overflow: hidden;
}
.technical-wrapper .list li .pic img {
  width: 100%;
  height: 446px;
  object-fit: cover;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.technical-wrapper .list li .info {
  flex: 1;
  overflow: hidden;
}
.technical-wrapper .list li .name {
  font-size: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 34px auto 50px;
}
.technical-wrapper .list li .name:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #0b589b;
  margin-top: 14px;
}
.technical-wrapper .list li .desc {
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-align: justify;
}
.honor-wrapper {
  padding-bottom: 90px;
}
.honor-wrapper .caption {
  position: relative;
  font-size: 34px;
  color: #000;
  line-height: 56px;
  margin-bottom: 30px;
}
.honor-wrapper .caption .icon {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: url(../img/newmore.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.honor-wrapper .caption .icon:hover {
  background: url(../img/newmore_cur.png) no-repeat center center;
  background-size: 100% 100%;
}
.honor-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.honor-wrapper .list ul li {
  width: 22%;
  background: #f5f5f5;
  margin-right: 4%;
  height: 432px;
  padding: 35px;
  margin-bottom: 50px;
}
.honor-wrapper .list ul li:nth-child(4n) {
  margin-right: 0;
}
.honor-wrapper .list ul li .pic {
  margin: 25px auto 60px;
}
.honor-wrapper .list ul li .name {
  font-size: 16px;
  color: #393f4b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
}
.honor-wrapper .list ul li .year {
  font-size: 14px;
  font-family: Arial;
  color: #999;
  margin-top: 8px;
}
.step-wrapper {
  padding-bottom: 0;
}
.step-wrapper .caption {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 24px;
  margin-top: 15px;
}
.step-wrapper .box-1 {
  margin-bottom: 100px;
}
.step-wrapper .box-1 .prodtitle {
  font-weight: 700;
  margin-bottom: 50px;
}
.step-wrapper .box-1 .swiper-slide {
  text-align: center;
  border: 1px solid #f2f2f2;
  padding: 56px 10px 50px;
}
.step-wrapper .box-1 .swiper-slide .icon {
  width: 90px;
  margin: 0 auto;
}
.step-wrapper .box-1 .swiper-slide .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  color: #333;
  letter-spacing: 1px;
  margin: 35px auto;
}
.step-wrapper .box-1 .swiper-slide .name:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #0b589b;
  margin: 15px auto 0;
}
.step-wrapper .box-1 .swiper-slide .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.step-wrapper .box-1 .swiper-pagination {
  display: none;
}
.step-wrapper .box-2 {
  padding: 90px 0 96px;
  background: #f6f6f6;
}
.step-wrapper .box-2 .wrap {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.step-wrapper .box-2 .title {
  font-size: 30px;
  color: #000;
  font-weight: 700;
}
.step-wrapper .box-2 .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin: 16px auto 58px;
}
.step-wrapper .box-2 .content {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 48px 0 40px;
  height: 478px;
  overflow: hidden;
}
.step-wrapper .box-2 .content img {
  margin: 0 auto;
  cursor: pointer;
  transition: object-position 15s ease;
  -webkit-transition: object-position 15s ease;
  -moz-transition: object-position 15s ease;
  -ms-transition: object-position 15s ease;
  -o-transition: object-position 15s ease;
}
.step-wrapper .box-2 .left {
  flex: 1;
}
.step-wrapper .box-2 .right {
  width: 360px;
  margin-left: 194px;
}
.step-wrapper .box-2 .right .box {
  position: relative;
  overflow: hidden;
}
.step-wrapper .box-2 .right .box.on.play .player {
  display: block;
}
.step-wrapper .box-2 .right .box.on .player {
  display: none;
}
.step-wrapper .box-2 .right .box.on .pic {
  opacity: 0;
}
.step-wrapper .box-2 .right .box.on video {
  opacity: 1;
  z-index: 10;
  visibility: visible;
}
.step-wrapper .box-2 .right .pic {
  width: 100%;
}
.step-wrapper .box-2 .right video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.step-wrapper .box-2 .right .player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(../img/serplay.png) no-repeat center center;
}
.step-wrapper .box-3 {
  position: relative;
  padding: 120px 0 130px;
}
.step-wrapper .box-3 .title {
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: -1;
  font-size: 250px;
  line-height: 240px;
  color: #f7f7f7;
  letter-spacing: 2px;
}
.step-wrapper .box-3 .content &gt; img {
  margin: 0 auto;
}
.step-wrapper .box-4 {
  font-size: 0;
  background: url(../img/s6.jpg) no-repeat;
  background-size: cover;
  padding: 114px 0 20px;
}
.step-wrapper .box-4 .map {
  position: relative;
  width: 836px;
  margin: 30px auto 80px;
}
.step-wrapper .box-4 .map img {
  width: 100%;
}
.step-wrapper .box-4 .map img.phone {
  display: none;
}
.step-wrapper .box-4 .map span {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 16px;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.step-wrapper .box-4 .map span:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.step-wrapper .box-4 .map span.li1 {
  background: url(../img/dot1.png) no-repeat;
}
.step-wrapper .box-4 .map span.li2 {
  background: url(../img/dot2.png) no-repeat;
}
.step-wrapper .box-4 .map span.li3 {
  background: url(../img/dot3.png) no-repeat;
}
.step-wrapper .box-4 .map span.li4 {
  background: url(../img/dot4.png) no-repeat;
}
.step-wrapper .box-4 .map span:nth-child(2) {
  right: 100px;
  top: 105px;
}
.step-wrapper .box-4 .map span:nth-child(3) {
  right: 100px;
  top: 168px;
}
.step-wrapper .box-4 .map span:nth-child(4) {
  right: 110px;
  top: 214px;
}
.step-wrapper .box-4 .map span:nth-child(5) {
  right: 210px;
  top: 252px;
}
.step-wrapper .box-4 .map span:nth-child(6) {
  right: 194px;
  top: 274px;
}
.step-wrapper .box-4 .map span:nth-child(7) {
  right: 225px;
  top: 293px;
}
.step-wrapper .box-4 .map span:nth-child(8) {
  right: 263px;
  top: 293px;
}
.step-wrapper .box-4 .map span:nth-child(9) {
  right: 335px;
  top: 255px;
}
.step-wrapper .box-4 .map span:nth-child(10) {
  left: 327px;
  top: 252px;
}
.step-wrapper .box-4 .map span:nth-child(11) {
  right: 359px;
  top: 307px;
}
.step-wrapper .box-4 .map span:nth-child(12) {
  right: 310px;
  top: 356px;
}
.step-wrapper .box-4 .map span:nth-child(13) {
  right: 236px;
  top: 360px;
}
.step-wrapper .box-4 .map span:nth-child(14) {
  left: 320px;
  top: 334px;
}
.step-wrapper .box-4 .map span:nth-child(15) {
  right: 406px;
  top: 426px;
}
.step-wrapper .box-4 .map span:nth-child(16) {
  right: 323px;
  bottom: 240px;
}
.step-wrapper .box-4 .map span:nth-child(17) {
  right: 330px;
  bottom: 180px;
}
.step-wrapper .box-4 .map span:nth-child(18) {
  right: 439px;
  bottom: 136px;
}
.step-wrapper .box-4 .map span:nth-child(19) {
  right: 134px;
  top: 380px;
}
.step-wrapper .box-4 .map span:nth-child(20) {
  right: 104px;
  top: 412px;
}
.step-wrapper .box-4 .map span:nth-child(21) {
  right: 114px;
  top: 442px;
}
.step-wrapper .box-4 .map span:nth-child(22) {
  right: 178px;
  top: 406px;
}
.step-wrapper .box-4 .map span:nth-child(23) {
  right: 263px;
  bottom: 190px;
}
.step-wrapper .box-4 .map span:nth-child(24) {
  right: 258px;
  bottom: 248px;
}
.step-wrapper .box-4 .map span:nth-child(25) {
  right: 198px;
  bottom: 190px;
}
.step-wrapper .box-4 .map span:nth-child(26) {
  right: 150px;
  bottom: 180px;
}
.step-wrapper .box-4 .map span:nth-child(27) {
  right: 300px;
  bottom: 115px;
}
.step-wrapper .box-4 .map span:nth-child(28) {
  right: 225px;
  bottom: 108px;
}
.step-wrapper .box-4 .map span:nth-child(29) {
  right: 283px;
  bottom: 34px;
}
.step-wrapper .box-4 .phone-map {
  display: none;
}
.step-wrapper .box-4 .detail {
  width: 100%;
}
.step-wrapper .box-4 .detail ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  background: rgba(255, 255, 255, 0.8);
}
.step-wrapper .box-4 .detail li {
  width: 25%;
  border-right: 1px solid #e6e8ea;
  padding: 35px 80px 35px 40px;
}
.step-wrapper .box-4 .detail li:last-child {
  border-right: none;
}
.step-wrapper .box-4 .detail li:first-child .name {
  color: #e63701;
}
.step-wrapper .box-4 .detail li:nth-child(2) .name {
  color: #be01e6;
}
.step-wrapper .box-4 .detail li:nth-child(3) .name {
  color: #87c70a;
}
.step-wrapper .box-4 .detail .name {
  color: #0b589b;
  font-size: 24px;
  letter-spacing: 2px;
}
.step-wrapper .box-4 .detail .info {
  margin-top: 4px;
}
.step-wrapper .box-4 .detail .provinces,
.step-wrapper .box-4 .detail .info {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.investor-wrapper .box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.investor-wrapper .stock {
  width: 368px;
}
.investor-wrapper .stock .inner {
  border: 1px solid #ededed;
  padding: 26px 40px 46px;
}
.investor-wrapper .stock .name {
  font-size: 30px;
  color: #333;
  margin-bottom: 26px;
}
.investor-wrapper .stock .code {
  font-size: 16px;
  color: #0b589b;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 14px;
}
.investor-wrapper .stock .current {
  font-size: 36px;
  background: url(../img/i1.png) no-repeat right 70%;
  margin: 26px auto 4px;
}
.investor-wrapper .stock .current,
.investor-wrapper .stock .ing {
  color: #d61518;
}
.investor-wrapper .stock .ing {
  font-size: 16px;
  margin-bottom: 4px;
}
.investor-wrapper .stock .status {
  margin-top: 50px;
}
.investor-wrapper .stock ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.investor-wrapper .stock li {
  width: 49%;
}
.investor-wrapper .stock li p {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.investor-wrapper .stock li span {
  font-size: 18px;
  color: #999;
  font-family: Arial;
}
.investor-wrapper .stock .date {
  font-size: 14px;
  color: #999;
  border-top: 1px solid #e4e4e4;
  padding-top: 16px;
  margin-top: 26px;
}
.investor-wrapper .list {
  flex: 1;
  overflow: hidden;
  margin-left: 60px;
}
.investor-wrapper .list .title {
  font-size: 24px;
  color: #000;
  margin-bottom: 18px;
}
.investor-wrapper .list ul {
  margin-bottom: 52px;
}
.investor-wrapper .list li {
  border-bottom: 1px solid #e4e4e4;
  padding: 36px 0 38px;
}
.investor-wrapper .list li:hover .name {
  color: #0b589b;
}
.investor-wrapper .list li:hover .btn {
  background: url(../img/i3.png) no-repeat;
  background-size: contain;
}
.investor-wrapper .list li a {
  position: relative;
  display: block;
  padding-right: 36px;
}
.investor-wrapper .list li .name {
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4px;
}
.investor-wrapper .list li .date {
  font-size: 14px;
  color: #666;
}
.investor-wrapper .list li .btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../img/i2.png) no-repeat;
  background-size: contain;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.pic-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  align-items: center;
  display: none;
}
.pic-modal.active {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.pic-modal .box {
  width: 60%;
  height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 auto;
  background: #fff;
  padding: 30px 0;
  /* æ»šåŠ¨æ¡æ&nbsp;·å¼ */
  /*å®šä¹‰æ»šåŠ¨æ¡çš„è½¨é“é¢œè‰²ã€å†…é˜´å½±åŠåœ†è§’*/
  /*å®šä¹‰æ»‘å—é¢œè‰²ã€å†…é˜´å½±åŠåœ†è§’*/
}
.pic-modal .box::-webkit-scrollbar {
  width: 5px;
  /*å¯¹åž‚ç›´æµåŠ¨æ¡æœ‰æ•ˆ*/
}
.pic-modal .box::-webkit-scrollbar-track {
  background-color: #ccc;
}
.pic-modal .box::-webkit-scrollbar-thumb {
  background-color: #0b589b;
}
.pic-modal img {
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .step-wrapper .box-1 .swiper-slide {
    padding-top: 40px;
  }
  .step-wrapper .box-1 .swiper-slide .name {
    font-size: 22px;
  }
  .step-wrapper .box-2 .title {
    font-size: 28px;
  }
  .technical-wrapper .list li .name,
  .investor-wrapper .stock .name {
    font-size: 28px;
  }
  .honor-wrapper .caption {
    font-size: 30px;
  }
  .honor-wrapper .list ul li {
    height: 380px;
  }
  .honor-wrapper .list ul li .pic {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .step-wrapper .box-1 .swiper-slide {
    padding-top: 35px;
  }
  .step-wrapper .box-1 .swiper-slide .name {
    font-size: 20px;
  }
  .step-wrapper .box-2 .title,
  .technical-wrapper .list li .name,
  .investor-wrapper .stock .name {
    font-size: 26px;
  }
  .honor-wrapper .caption {
    font-size: 28px;
  }
  .technical-wrapper .list li .name:after {
    width: 52px;
  }
  .honor-wrapper .list ul li {
    height: 360px;
  }
  .honor-wrapper .list ul li .pic {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .page-nav-box {
    display: block;
  }
  .page-box {
    padding: 40px 0 50px;
  }
  .technical-wrapper .prodtitle {
    margin-bottom: 20px;
  }
  .technical-wrapper .list li {
    flex-flow: wrap;
    padding: 15px 15px 30px;
    margin-bottom: 15px;
  }
  .technical-wrapper .list li:nth-child(even) .pic {
    order: 0;
  }
  .technical-wrapper .list li:nth-child(even) .info {
    order: 1;
    padding-right: 0;
  }
  .technical-wrapper .list li:nth-child(odd) .info {
    padding-left: 0;
  }
  .technical-wrapper .list li .pic {
    width: 100%;
  }
  .technical-wrapper .list li .pic img {
    height: auto;
  }
  .technical-wrapper .list li .info {
    flex: 0 0 100%;
  }
  .technical-wrapper .list li .name {
    font-size: 18px;
    margin: 20px auto;
  }
  .technical-wrapper .list li .name:after {
    width: 40px;
    margin-top: 10px;
  }
  .technical-wrapper .list li .desc {
    line-height: 24px;
    display: block;
  }
  .honor-wrapper {
    padding-bottom: 35px;
  }
  .honor-wrapper .caption {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .honor-wrapper .caption .icon {
    width: 30px;
    height: 30px;
  }
  .honor-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .honor-wrapper .list ul li {
    width: 48%;
    margin-right: 0;
    height: 220px;
    padding: 15px;
    margin-bottom: 20px;
  }
  .honor-wrapper .list ul li .pic {
    margin: 0 auto 20px;
  }
  .honor-wrapper .list ul li .year {
    font-size: 12px;
    margin-top: 10px;
  }
  .step-wrapper {
    padding-bottom: 0;
  }
  .step-wrapper .caption {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
  .step-wrapper .box-1 {
    margin-bottom: 30px;
  }
  .step-wrapper .box-1 .prodtitle {
    margin-bottom: 30px;
  }
  .step-wrapper .box-1 .swiper-slide {
    padding: 30px 15px 40px;
  }
  .step-wrapper .box-1 .swiper-slide .icon {
    width: 70px;
  }
  .step-wrapper .box-1 .swiper-slide .name {
    font-size: 16px;
    margin: 20px auto;
  }
  .step-wrapper .box-1 .swiper-slide .name:after {
    width: 20px;
    height: 2px;
    margin-top: 10px;
  }
  .step-wrapper .box-1 .swiper-slide .desc {
    line-height: 24px;
    height: 96px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .step-wrapper .box-1 .swiper-wrapper {
    padding-bottom: 40px;
  }
  .step-wrapper .box-1 .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .step-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #0b589b;
  }
  .step-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0b589b;
  }
  .step-wrapper .box-2 {
    padding: 40px 0;
  }
  .step-wrapper .box-2 .wrap {
    flex-flow: wrap;
  }
  .step-wrapper .box-2 .title {
    font-size: 20px;
  }
  .step-wrapper .box-2 .content {
    height: auto;
  }
  .step-wrapper .box-2 .desc {
    line-height: 24px;
    margin: 14px auto 30px;
  }
  .step-wrapper .box-2 .left {
    flex: 0 0 100%;
  }
  .step-wrapper .box-2 .right {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .step-wrapper .box-3 {
    position: relative;
    padding: 40px 0 60px;
  }
  .step-wrapper .box-3 .title {
    bottom: 20px;
    font-size: 80px;
    line-height: 70px;
    letter-spacing: 0px;
  }
  .step-wrapper .box-4 {
    padding: 40px 0 20px;
  }
  .step-wrapper .box-4 .map {
    display: none;
  }
  .step-wrapper .box-4 .phone-map {
    display: block;
  }
  .step-wrapper .box-4 .detail {
    width: 100%;
    margin-top: 20px;
  }
  .step-wrapper .box-4 .detail ul {
    flex-flow: wrap;
    background: none;
  }
  .step-wrapper .box-4 .detail li {
    width: 100%;
    border-right: none;
    padding: 35px 15px;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.8);
  }
  .step-wrapper .box-4 .detail .name {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .step-wrapper .box-4 .detail .info {
    margin-top: 4px;
  }
  .step-wrapper .box-4 .detail .provinces,
  .step-wrapper .box-4 .detail .info {
    line-height: 22px;
  }
  .investor-wrapper {
    padding: 40px 15px 50px;
  }
  .investor-wrapper .box {
    flex-flow: wrap;
  }
  .investor-wrapper .stock {
    width: 100%;
  }
  .investor-wrapper .stock .inner {
    padding: 20px 15px 30px;
  }
  .investor-wrapper .stock .name {
    font-size: 20px;
  }
  .investor-wrapper .stock .code {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .investor-wrapper .stock .current {
    background-position: right center;
    margin: 20px auto 5px;
  }
  .investor-wrapper .stock .status {
    margin-top: 30px;
  }
  .investor-wrapper .stock .date {
    padding-top: 20px;
    margin-top: 20px;
  }
  .investor-wrapper .list {
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .investor-wrapper .list .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .investor-wrapper .list ul {
    margin-bottom: 0;
  }
  .investor-wrapper .list li {
    padding: 20px 0;
  }
  .investor-wrapper .list li .name {
    margin-bottom: 4px;
  }
  .investor-wrapper .list li a {
    padding-right: 30px;
  }
  .investor-wrapper .list li .btn {
    width: 30px;
    height: 30px;
  }
  .investor-wrapper .list li .date {
    font-size: 12px;
  }
  .pageban .desc {
    font-size: 16px;
    line-height: 22px;
    padding: 0 15px;
  }
}
</pre></body></html>